Hoverth is an independent software publisher that focuses on lightweight, developer-oriented utilities bridging gaps between mobile and desktop ecosystems. Its single public offering, fdroidcl, is a command-line F-Droid desktop client that lets users search, download, and manage Android application packages directly from the F-Droid open-source repository without touching a handset. Written in Go and distributed as a static binary, the tool fits naturally into CI pipelines, automated testing rigs, and hobbyist workflows where headless acquisition of APK files is required. Typical use cases include mirroring curated FOSS catalogs for off-line device flashing, fetching specific versions for regression testing, or batch-updating a farm of test phones over USB. Because fdroidcl speaks the official F-Droid HTTP API, it respects repository metadata, signature checks, and anti-rollback rules, making it a safer alternative to generic scrapers. The utility is cross-platform, runs without elevated rights, and can output JSON for integration with larger asset-tracking systems. Hoverth’s minimalist approach keeps the binary under a few megabytes, so it can be shipped inside containers or embedded in tool-chains without bloating the image. Hoverth software is available for free on get.nero.com; downloads are delivered through trusted Windows package sources such as winget, always pull the latest upstream release, and support batch installation alongside other applications.
A command-line F-Droid desktop client
Details